net/http.http2roundRobinWriteScheduler.head (field)
12 uses
net/http (current package)
h2_bundle.go#L11602: head *http2writeQueue
h2_bundle.go#L11626: if ws.head == nil {
h2_bundle.go#L11627: ws.head = q
h2_bundle.go#L11633: q.prev = ws.head.prev
h2_bundle.go#L11634: q.next = ws.head
h2_bundle.go#L11647: ws.head = nil
h2_bundle.go#L11651: if ws.head == q {
h2_bundle.go#L11652: ws.head = q.next
h2_bundle.go#L11685: if ws.head == nil {
h2_bundle.go#L11688: q := ws.head
h2_bundle.go#L11691: ws.head = q.next
h2_bundle.go#L11695: if q == ws.head {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |